home *** CD-ROM | disk | FTP | other *** search
/ Aminet 31 / Aminet 31 (1999)(Schatztruhe)[!][Jun 1999].iso / Aminet / util / gnu / xpdf-0.8-src.lha / xpdf-0.8-src / ltk / LTKConfig.h < prev    next >
C/C++ Source or Header  |  1998-11-28  |  512b  |  23 lines

  1. //========================================================================
  2. //
  3. // LTKConfig.h
  4. //
  5. // Copyright 1996 Derek B. Noonburg
  6. //
  7. //========================================================================
  8.  
  9. #ifndef LTKCONFIG_H
  10. #define LTKCONFIG_H
  11.  
  12. // default colors
  13. #define LTK_FOREGROUND "black"
  14. #define LTK_BACKGROUND "gray70"
  15.  
  16. // default window font
  17. #define LTK_WIN_FONT "-*-helvetica-medium-r-normal-*-14-*-*-*-*-*-*-*"
  18.  
  19. // default font that every server should have
  20. #define LTK_DEF_FONT "fixed"
  21.  
  22. #endif
  23.